home *** CD-ROM | disk | FTP | other *** search
- on startRollover whichSprite
- hStartRolloverAction(whichSprite)
- end
-
- on mouseDown
- if hButtonAction02() then
- mouseUp()
- end if
- end
-
- on mouseUp
- cursor(4)
- hCheckCurrentFrameLabel()
- hDefaultScrollText()
- puppetSprite(the clickOn, 0)
- play frame "BA"
- end
-
- on endRollover whichSprite
- hEndRolloverAction(whichSprite)
- end
-